home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / vidbasic.zip / DOIT.BAT < prev    next >
DOS Batch File  |  1990-11-29  |  85b  |  6 lines

  1. cls
  2. echo This will build the QBASIC library
  3. pause
  4. link @qlnk.tmp
  5. lib @qlib.tmp
  6.